home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2005-02-15  |  2KB  |  107 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 273
  3.   Top = 256
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   BorderIcons = []
  8.   Caption = 'About - Jackass JoeJoe'#39's Rename Master'
  9.   ClientHeight = 184
  10.   ClientWidth = 297
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 8
  24.     Top = 16
  25.     Width = 33
  26.     Height = 33
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 48
  31.     Top = 16
  32.     Width = 100
  33.     Height = 13
  34.     Caption = 'Rename Master'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Verdana'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object lblVersion: TLabel
  43.     Left = 112
  44.     Top = 32
  45.     Width = 65
  46.     Height = 13
  47.     Caption = 'lblVersion'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'Verdana'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object lblURL: TLabel
  56.     Left = 48
  57.     Top = 64
  58.     Width = 185
  59.     Height = 14
  60.     Caption = 'http://www.joejoesoft.com'
  61.     Color = clBtnFace
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -12
  65.     Font.Name = 'Verdana'
  66.     Font.Style = [fsBold, fsUnderline]
  67.     ParentColor = False
  68.     ParentFont = False
  69.     Transparent = True
  70.     OnClick = lblURLClick
  71.     OnMouseEnter = lblURLMouseEnter
  72.     OnMouseLeave = lblURLMouseLeave
  73.   end
  74.   object Label3: TLabel
  75.     Left = 48
  76.     Top = 88
  77.     Width = 172
  78.     Height = 26
  79.     Caption = 
  80.       'Got an idea for improvment or a bug to report? Click on the abov' +
  81.       'e link.'
  82.     WordWrap = True
  83.   end
  84.   object Label4: TLabel
  85.     Left = 48
  86.     Top = 32
  87.     Width = 53
  88.     Height = 13
  89.     Caption = 'Version:'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Verdana'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object Button1: TButton
  98.     Left = 229
  99.     Top = 147
  100.     Width = 48
  101.     Height = 25
  102.     Caption = 'Close'
  103.     TabOrder = 0
  104.     OnClick = Button1Click
  105.   end
  106. end
  107.